.centered-title {
    font-size: 3rem; /* Large font size for emphasis */
    color: #ff3a0b; /* Dark color for good contrast */
    font-weight: bold;
    text-align: center; /* Centers the text */
    margin: 20px auto; /* Centers and adds some space around */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    line-height: 0; /* Tighter line height */
    max-width: 100%; /* Ensures it spans the container */
}
